LocationAction

sealed class LocationAction : Action

Defines actions responsible for updating the Location.

Types

Update
Link copied to clipboard
data class Update(result: LocationMatcherResult) : LocationAction
The action updates the LocationMatcherResult retrieved from location observer

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

LocationAction
Link copied to clipboard